/**
 * Copyright (c) 2009-2014 Vaimo AB
 *
 * Vaimo reserves all rights in the Program as delivered. The Program
 * or any portion thereof may not be reproduced in any form whatsoever without
 * the written consent of Vaimo, except as provided by licence. A licence
 * under Vaimo's rights in the Program may be available directly from
 * Vaimo.
 *
 * Disclaimer:
 * THIS NOTICE MAY NOT BE REMOVED FROM THE PROGRAM BY ANY USER THEREOF.
 * THE PROGRAM IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE PROGRAM OR THE USE OR OTHER DEALINGS
 * IN THE PROGRAM.
 *
 * @category    Vaimo
 * @package     Vaimo_WarrantyRacechip
 * @copyright   Copyright (c) 2009-2014 Vaimo AB
 * @author      Stuart Franke
 */

/* Warranty Styles ================================================================= */
.warranty-form h2 {
    margin: 0;
}

.warranty-form .form-list .input-box {
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
}

.warranty-form .v-middle {
    bottom: 9px;
    position: absolute;
    right: 10px;
    vertical-align: middle;
}

.warranty-form .button-set .required {
    float: left;
    margin: 0;
}

.warranty-form .button-set .button {
    float: right;
}

.vaimo-warrantyracechip-history-index .my-account button {
    background: #fe5c1a;
    float: right;
    margin: 20px 0 0;
}

.vaimo-warrantyracechip-history-index .my-account .pager {
    margin: 20px 0;
}

.vaimo-warrantyracechip-history-index tbody tr:nth-child(even) {
    background-color: rgba(255,255,255,0.3);
}

#purchase_date_trig {
    cursor: pointer;
}

.calendar .nav {
    display: table-cell;
}
/* ======================================================================================= */